home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #4
/
Amiga Plus CD - 2000 - No. 4.iso
/
Tools
/
Text
/
HTML
/
HTMLEXT
/
mod
/
AddOn
/
imagemap.mod
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-01-26
|
281 b
|
15 lines
/* $VER: HTMLEXT Modul: imagemap.mod V 0.1.1 by Juan Manuel Wehrli 1999
Voraussetzung: ImageMap Programm (Aminet)
*/
PARSE ARG Befehl File
OPTIONS RESULTS
ADDRESS COMMAND
if Befehl = OPEN then do
ADDRESS COMMAND 'htmlext:extras/Programme/ImageMap/ImageMap 'file
exit
end